net/http.http2clientConnReadLoop.streamByID (method)
6 uses
net/http (current package)
h2_bundle.go#L9547: if cs := rl.streamByID(se.StreamID, http2notHeaderOrDataFrame); cs != nil {
h2_bundle.go#L9599: cs := rl.streamByID(f.StreamID, http2headerOrDataFrame)
h2_bundle.go#L9928: cs := rl.streamByID(f.StreamID, http2headerOrDataFrame)
h2_bundle.go#L10071: func (rl *http2clientConnReadLoop) streamByID(id uint32, headerOrData bool) *http2clientStream {
h2_bundle.go#L10213: cs := rl.streamByID(f.StreamID, http2notHeaderOrDataFrame)
h2_bundle.go#L10242: cs := rl.streamByID(f.StreamID, http2notHeaderOrDataFrame)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)